home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
EnigmA Amiga Run 1996 March
/
EnigmA AMIGA RUN 05 (1996)(G.R. Edizioni)(IT)[!][issue 1996-03][Skylink CD IV].iso
/
earcd
/
comm2
/
sndmlrxd.rdm
< prev
next >
Wrap
Text File
|
1996-02-22
|
2KB
|
33 lines
Short: ARexx version of SendMail program V1.6
Author: jimd@slip106.termserv.siu.edu (Jim Dutton)
Uploader: jimd@slip106.termserv.siu.edu (Jim Dutton)
Type: comm/mail
An ARexx program which takes an Internet (RFC822) formatted note
and creates the necessary work files for an SMTP client to deliver
the original note. This program is primarily intended for use with
AmigaELM, but may also work elsewhere.
It uses an ARexx cliplist (built by the user) to insert an MX host
for given target hosts. It allows for carbon copies, blind carbon
copies, multiple recipient targets in a single line or over several
lines, and it keeps a one line log file entry for every note processed.
/* V1.5 changes ... */
/* 1) use ENV:SMTPHOST for default (upstream/"smart") SMTP server/host */
/* 2) allow for multiple MX lists */
/* */
/* V1.6 changes ... */
/* 1) add support for newsgroup articles (identified by a To: field with a */
/* target of <newsgroup name> [ie; no "@" sign]) which inserts NNTP */
/* header records and puts the 'note' in the 'news directory', */
/* NNTPqueue, which is where AmigaNOS NNTP client looks for news items */
/* to post (note: for some unknown reason, AmigaNOS appears to post only */
/* one note during each NNTP session ???) */
/* 2) add generated MSGID to log file entry */
/* 3) added messgage REFID to NNTP articles (notes) log entries such as */
/* */
/* 30 Nov 1995 01:16:47 [30621] To: comp.mail.misc Subject: Re: pop3 */
/* server for VM/ESA <21b0c6fb.927cc> */